home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00163.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  180 b   |  8 lines

  1. on exitFrame
  2.   set mousePoint to point(the mouseH, the mouseV)
  3.   set spriteRect to rect(466, 377, 633, 480)
  4.   if inside(mousePoint, spriteRect) then
  5.     go(marker(1))
  6.   end if
  7. end
  8.